home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000013_news@bigblue.oit.unc.edu_Fri Apr 29 21:37:39 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  5KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA07088; Mon, 2 May 1994 16:02:24 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA23228; Mon, 2 May 1994 15:40:16 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: Fri, 29 Apr 1994 21:37:39 GMT
  9. From: khl105@psu.edu (Harrison Liang)
  10. Message-Id: <khl105.27.2DC17E21@psu.edu>
  11. Organization: Penn State University
  12. Sender: ses
  13. References: <minerj.17.00055CD3@cs.colostate.edu>
  14. Subject: Re: IRC
  15.  
  16. >    It would be cool of someone wrote an IRC client for winsock.  Also are 
  17. >there any public domain x-window packages?
  18.  
  19.          Try wsirc12...
  20.  
  21.  
  22.  
  23. Regards,
  24. Harrison Liang      
  25. ======================================================================
  26. kliang@crayola.cse.psu.edu     Dept. of Computer Science & Engineering
  27. khl105@psu.edu                    The Pennsylvania State University
  28. ======================================================================
  29. From news@bigblue.oit.unc.edu Fri May  2 14:11:34 1994
  30. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  31.           id AA13412; Mon, 2 May 1994 16:32:21 -0400
  32. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  33.           id AA26230; Mon, 2 May 1994 16:05:46 -0400
  34. Received: from GATEWAY by bigblue with netnews
  35.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  36. To: winsock@sunsite.unc.edu
  37. Date: 2 May 1994 14:11:34 GMT
  38. From: nsysdbj@straylight.acs.ncsu.edu (David Joyner)
  39. Message-Id: <2q31mm$3oc@taco.cc.ncsu.edu>
  40. Organization: NCSU Administrative Computing Services
  41. Sender: ses
  42. References: <2q0sj2$g8p@taco.cc.ncsu.edu>, <2q20oa$pu9@news.csie.nctu.edu.tw>
  43. Subject: Re: WSASetBlockingHook()
  44.  
  45. jnlin (jnlin@netrd.net.tw) wrote:
  46.  
  47. : According to Winsock spec. page 102, you should release control in
  48. : your blocking hook function and return FALSE when there's no message
  49. : need to be processed. (For release control and not process this message,
  50. : you may use PeekMessage() with PM_NOREMOVE parameter. Which will release
  51. : control to other task, but it will not remove the message belongs to you.)
  52.  
  53. Thanks for the pointer, but I was pretty much aware of that requirement.
  54. My blocking hook looks like this:
  55.  
  56. BOOL myBlockingHook (void)
  57. {
  58.     return (FALSE);
  59. }
  60.  
  61. I have verified with a debugger that it is not being called.
  62.  
  63. : p.s. If you do not release control and not return FALSE, then it is 
  64. :      very possible that your windows will hang and every task can not
  65. :      work any more.
  66.  
  67. Just for kicks I tried changing the return value to TRUE, and there
  68. was no change in the behavior of my program.
  69.  
  70. Thanks for the reply.
  71.  
  72. --
  73. David Joyner (nsysdbj@acs.ncsu.edu)    | Phone: (919) 515-2794
  74. Unix Systems Programmer                | FAX:   (919) 515-3787
  75. NCSU Administrative Computing Services | URL: http://www.acs.ncsu.edu/~nsysdbj
  76. From news@bigblue.oit.unc.edu Mon May  2 14:14:14 1994
  77. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  78.           id AA13445; Mon, 2 May 1994 16:32:30 -0400
  79. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  80.           id AA27963; Mon, 2 May 1994 16:16:26 -0400
  81. Received: from GATEWAY by bigblue with netnews
  82.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  83. To: winsock@sunsite.unc.edu
  84. Date: Mon, 2 May 1994 14:14:14 GMT
  85. From: Rob@BioMed.Technion.AC.IL
  86. Message-Id: <Cp6I7r.5IJ@discus.technion.ac.il>
  87. Organization: Technion, Department of Bio-Medical Engineering
  88. Sender: ses
  89. Subject: Re: WinQVT can be used with gopher? was re: I'd pay for a good TELNET client for winsock
  90.  
  91. In article <1994Apr30.073310.28267@umr.edu> delta@saucer.cc.umr.edu (Delta) writes:
  92. >djh@wcl-rs.bham.ac.uk wrote:
  93. >: Georg Schwarz (georg@geo.phys.ethz.ch) wrote:
  94. >: :   -QVTnet wich works fine, but comes with a lot of stuff i
  95. >: :     dont use (mail, news..) and cannot be used as
  96. >: :     viewer in a gopher client.
  97. >
  98. >: It can - providing you have QVTNet running.
  99. >
  100. >How?  I'd like for Mosaic to use it.  How do I set it up?
  101. >
  102.  
  103. By calling the TNSTART.EXE program (while WNQVTWSK.EXE is running). It
  104. accepts two parameters: first is the host to connect to, second the port.
  105.  
  106.     Rob
  107. From news@bigblue.oit.unc.edu Mon May  2 17:02:23 1994
  108. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  109.           id AA19281; Mon, 2 May 1994 17:02:23 -0400
  110. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  111.           id AA20541; Mon, 2 May 1994 16:41:28 -0400
  112. Received: from GATEWAY by bigblue with netnews
  113.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  114. To: winsock@sunsite.unc.edu
  115. Date: Mon, 2 May 1994 13:20:39
  116. From: joyh@uclink2.berkeley.edu (Joy Hsiung)
  117. Message-Id: <joyh.4.000D5887@uclink2.berkeley.edu>
  118. Organization: University of California, Berkeley
  119. Sender: ses
  120. Subject: goslip11.zip
  121.  
  122. Have people been able to get this program to work?